From: | David McMinn |
Date: | 16 May 2001 at 14:33:46 |
Subject: | Re: BlitzII - Question of logic? |
Hi amorel
> That reminds me. Is there an easy eway to say in Blitz if some var is in
> between 20 and 99567 or something. Pascal has a nice way for that: "if var
> in[20..99567] then ...."
If var>=20 AND var<=99567 Then ...
---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list/-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list/-help@netsoc.ucd.ie